home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / fxbull10.zip / MIDBULLS.BAT < prev   
DOS Batch File  |  1991-06-01  |  691b  |  18 lines

  1. @echo off
  2. REM This sample batch file shows how I create all the other bulletins at
  3. REM midnight. I have two configuration files for FXBULL. FXBULLD which only
  4. REM generates BULL1 (Last Callers) and FXBULLM which does the lot.
  5. REM
  6. REM This batch file is part of my midnight event. Note how simple it is
  7. REM to swap configuration files.
  8. REM
  9. REM Also note that I copy FXBULLD.CFG back as the standard configuration file
  10. REM which generates my last callers bulletin after every call.
  11. REM In Multi-line environments make sure that only FXBULL writes to the file.
  12. REM It's network aware. DOS Isn't!
  13. c:
  14. cd\ra\msgbase
  15. copy fxbullm.cfg fxbull.cfg
  16. fxbull
  17. copy fxbulld.cfg fxbull.cfg
  18.